-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature/#204] [동아리 소개] API 구현 #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whitem4rk 감사합니다. 리뷰 확인 부탁드립니다. 수정사항 반영되면 Merge 하겠습니다!
.github/workflows/gradle-build.yml
Outdated
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 | ||
with: | ||
arguments: build | ||
run: ./gradlew clean build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses: gradle/gradle-build-action@
대신에 run: ./gradlew clean build
를 사용한 이유를 알고 싶습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
환경 변수 때문인가요? 특정 버전의 gradle을 사용하기 위해서 이렇게 코드를 수정한 것인지 궁금합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
application.yml에 변수 env를 넘겨줘야하는데 gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
쓰는 방식은 변수를 넘겨주는건 enterprise 버전에서만 적용된다고 그래서 저렇게 수정했어.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gradle/gradle-build-action의 사용은 종속성 캐싱 등의 기능을 통해 빌드 시간을 단축시킬 수 있습니다. 특히, 대규모 프로젝트나 복잡한 빌드 과정이 있는 경우에 유용합니다.
직접 ./gradlew 사용은 추가 설정 없이 기본적인 Gradle 실행을 제공합니다. 간단한 프로젝트나 특별한 빌드 최적화가 필요 없는 경우에 적합할 수 있습니다.
확실히 전자의 방식이 성능면에선 우수하네
resource-server/src/test/java/com/inhabas/api/domain/board/domain/valueObject/TitleTest.java
Outdated
Show resolved
Hide resolved
resource-server/src/test/java/com/inhabas/api/domain/board/domain/valueObject/TitleTest.java
Outdated
Show resolved
Hide resolved
resource-server/src/test/java/com/inhabas/api/domain/board/domain/valueObject/TitleTest.java
Outdated
Show resolved
Hide resolved
resource-server/src/test/java/com/inhabas/api/domain/club/dto/ClubHistoryDtoTest.java
Outdated
Show resolved
Hide resolved
resource-server/src/test/java/com/inhabas/api/domain/club/dto/ClubHistoryDtoTest.java
Outdated
Show resolved
Hide resolved
...rce-server/src/test/java/com/inhabas/api/domain/club/usecase/ClubHistoryServiceImplTest.java
Outdated
Show resolved
Hide resolved
...rce-server/src/test/java/com/inhabas/api/domain/club/usecase/ClubHistoryServiceImplTest.java
Outdated
Show resolved
Hide resolved
...rce-server/src/test/java/com/inhabas/api/domain/club/usecase/ClubHistoryServiceImplTest.java
Outdated
Show resolved
Hide resolved
...rce-server/src/test/java/com/inhabas/api/domain/club/usecase/ClubHistoryServiceImplTest.java
Outdated
Show resolved
Hide resolved
56876ec
to
b0584c7
Compare
d8319ed
to
b0584c7
Compare
eebe507
to
6a07898
Compare
No description provided.